Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void | addAttribute(java.lang.Object name,
java.lang.Object value)
Creates a new attribute set similar to this one except that it contains an attribute with the given name and value. |
void | addAttributes(AttributeSet attributes)
Creates a new attribute set similar to this one except that it contains the given attributes and values. |
void | removeAttribute(java.lang.Object name)
Creates a new attribute set similar to this one except that it contains no attribute with the given name. |
void | removeAttributes(java.util.Enumeration names)
Creates a new attribute set similar to this one except that it contains no attribute with any of the given names. |
void | removeAttributes(AttributeSet attributes)
Creates a new attribute set similar to this one except that it contains no attribute with any of the given names and values. |
void | setResolveParent(AttributeSet parent)
Sets the resolving parent. |
Method Detail |
public void addAttribute(java.lang.Object name, java.lang.Object value)
name
- the name
value
- the valuepublic void addAttributes(AttributeSet attributes)
attributes
- the set of attributespublic void removeAttribute(java.lang.Object name)
name
- the attribute namepublic void removeAttributes(java.util.Enumeration names)
names
- the set of namespublic void removeAttributes(AttributeSet attributes)
attributes
- the set of attributespublic void setResolveParent(AttributeSet parent)
parent
- the parentOverview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |